MADlibrary is a C library for developpers to add musics to application. It is very easy to use and free for any kind of products. Read Inside MADLibrary Word File for complete information about functions.
-------------------------
Files in Libraries & Headers:
MADLibrary.68k.(2i, A5) for Mac 68k
MADLibrary.68k.(2i, A4) for Mac 68k
MADLibrary.PPC for PowerMac
MADLibrary.PPC.XCOFF for PowerMac
SoundLib for PowerMac
Win32MAD.LIB for Win95/NT x86
MADLibBeOS.lib for BeOS PPC
-------------------------
RDriver.h for Mac68k, PowerMac, Win95/NT and BeOS
MAD.h for Mac68k, PowerMac, Win95/NT and BeOS
PPPlug.h for Mac68k, PowerMac, Win95/NT and BeOS
-------------------------
68K Mac Versions
-------------------------
MADLibrary.68k.(2i, A5) <- Use this one in a 'normal' application
MADLibrary.68k.(2i, A4) <- Use this one for drivers & other A5-free needs
For use with 680x0 Mac with CodeWarrior (10.0) 68k
Compiled with: 68020, all optimisations ON, 68k Alignement (You don't need to turn 68k alignement in your application), 2 bytes integers (NOT 4 bytes! You need to turn ON 2i in your application).
Think C version is not supported anymore, because MADLibrary is now >32K and Think cannot generate >32k libraries.
PowerMac Version
-------------------------
You need to import (weak import/soft import binding) SoundLib file (distributed by Apple Computer) in your project.
MADLibrary.PPC.xcoff for use with PowerMac with Symantec 8.01, MPW and other XCOFF compatibles
(Compiled (SYMANTEC) with: PPC, all optimisations ON, PowerMac Alignement - you don't need to use same settings in your application)
(Special thanks to Michael Hopkins, Symantec Corporation)
MADLibrary.PPC for use with PowerMac with CodeWarrior (10.0) PPC
(Compiled with: PPC, all optimisations ON, PowerMac Alignement, 601 ins sheduling - you don't need to use same settings in your application)
Win95/NT Version (BETA)
-------------------------
Win32MAD.LIB for any compiler under Windows95/NT or with Codewarrior Windows95 or Mac.
You will need to include: ANSI.lib, WINMM.lib (WAVE driver and Time Driver) and DSound.lib (DirectSound Driver).
Supports ONLY fews plugs files (".PLG" files).
BeOS Version (BETA)
-------------------------
Supports ONLY MADH files, no IMPORT/EXPORT functions. (Next release will support only plugs)
See BeOS example.c for informations about the MADDriverClass.
XCMD
-------------------------
Mad XCMD is a XCMD for XCMD compatible software (HyperCard, MacroMind Director, etc...).
This XCMD is a safe fat resource: it will work on 68k and on PowerMac in native mode.
Netscape & MacroMedia
-------------------------
I'm working on these both libraries&plugs. Soon available on your hard disk....
Where to find music?
How to compose music?
-------------------------
This library supports music formats:
- MADH format which is used with PlayerPRO.
- all formats supported via Plugs file. You can include/distribute Plugs with your software.
If you want more informations about The Player PRO 4.5 or about this library, contact me.
-------------------------
LICENSE - 100% FREE
-------------------------
You can use this library freely in freeware, shareware, commercial products, etc. with NO royalties. Totaly FREE. You can also include Import/Export Plugs.
You can copy this library in any CD-Rom, disk, magazine, etc. (Don't ask me permission).